From: Chandni Cherukuri Date: Tue, 16 Oct 2018 09:12:19 +0000 (+0530) Subject: plat/arm/common: add an additional platform power level X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=0e27faf4841beadd357dcc689fbf64a82a01eaeb;p=project%2Fbcm63xx%2Fatf.git plat/arm/common: add an additional platform power level For platforms using multi-threaded CPUs, there can be upto four platform power domain levels. At present, there are three platform power domain levels that are defined for the CSS platforms. Define a fourth level 'ARM_PWR_LVL3' as well to provide support for an additional platform power domain level. Change-Id: I40cc17a10f4690a560776f504364fd7277a7e72a Signed-off-by: Chandni Cherukuri --- diff --git a/include/plat/arm/common/arm_def.h b/include/plat/arm/common/arm_def.h index d02a4059..cbac247f 100644 --- a/include/plat/arm/common/arm_def.h +++ b/include/plat/arm/common/arm_def.h @@ -34,6 +34,7 @@ #define ARM_PWR_LVL0 MPIDR_AFFLVL0 #define ARM_PWR_LVL1 MPIDR_AFFLVL1 #define ARM_PWR_LVL2 MPIDR_AFFLVL2 +#define ARM_PWR_LVL3 MPIDR_AFFLVL3 /* * Macros for local power states in ARM platforms encoded by State-ID field